home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dos/V Magazine 1995 August 15
/
CD [VMAG950815].bin
/
epson
/
m500ck.dxr
/
00035.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-06-14
|
226 b
|
13 lines
on mouseDown
puppetSound("click")
puppetSprite(10, 1)
set the castNum of sprite 10 to the number of cast "HIDDD"
end
on mouseUp
set the castNum of sprite 10 to 23
puppetSprite(10, 0)
updateStage()
go("03R")
end